home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / Rename Master / RenameMaster.exe / 0 / RCDATA / TFRMEDIT / TFRMEDIT.txt
Text File  |  2005-02-15  |  890b  |  47 lines

  1. object FrmEdit: TFrmEdit
  2.   Left = 360
  3.   Top = 498
  4.   AutoScroll = False
  5.   BorderIcons = [biSystemMenu]
  6.   Caption = 'Quick Edit'
  7.   ClientHeight = 55
  8.   ClientWidth = 546
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnKeyUp = FormKeyUp
  20.   DesignSize = (
  21.     546
  22.     55)
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object txtEdit: TEdit
  26.     Left = 8
  27.     Top = 8
  28.     Width = 530
  29.     Height = 21
  30.     Anchors = [akLeft, akTop, akRight]
  31.     TabOrder = 0
  32.     Text = 'txtText'
  33.   end
  34.   object StatusBar1: TStatusBar
  35.     Left = 0
  36.     Top = 39
  37.     Width = 546
  38.     Height = 16
  39.     Panels = <
  40.       item
  41.         Text = '  Enter=Save     ESC=Cancel'
  42.         Width = 50
  43.       end>
  44.     SimplePanel = False
  45.   end
  46. end
  47.